home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / oa / oaw < prev    next >
Encoding:
Text File  |  1997-08-26  |  497 b   |  26 lines

  1. #!/usr/lib/scosh/utilbin/oash
  2. # (was /usr/lib/oa/utilbin/oash)
  3. #  @(#) oaw.oash 1.0 92/09/08
  4. #  92/09/08 john h. dubois iii (john@armory.com)
  5.  
  6. OALIB=${OALIB-"/usr/lib/oa"}
  7. PATH=$OALIB/utilbin:$PATH
  8.  
  9.  # run ourself thru oash 
  10. eval oainit 2>/dev/null || (oash $0; kill $$)
  11. . `findfile shell_strs`
  12.  
  13. TEMP=/tmp/fm1$$
  14.  
  15. w > $TEMP
  16.  
  17. [ -z "$LINES" ] && LINES=`tput lines`
  18.  
  19. OAW1="What Users are Doing"
  20. wmopen 1 $LINES 79 0 0
  21. wmtitle "$OAW1" 
  22. wmmessage -r "$USEARROW" 
  23. scan -e"END" $TEMP
  24. rm -f $TEMP
  25. oadeinit
  26.